home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / BufferZoneWB.msi / Cabs.w1.cab / ClientGUI.exe / 0 / RCDATA / TRLPASSWIN / TRLPASSWIN.txt < prev   
Encoding:
Text File  |  2006-11-09  |  2.7 KB  |  122 lines

  1. object RlPassWin: TRlPassWin
  2.   Left = 498
  3.   Top = 330
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 161
  6.   ClientWidth = 279
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object MainPanel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 279
  25.     Height = 161
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object SubmitRequestUrl: TLabel
  30.       Left = 7
  31.       Top = 112
  32.       Width = 265
  33.       Height = 13
  34.       Cursor = crHandPoint
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'SubmitRequestUrl'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlue
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsUnderline]
  43.       ParentFont = False
  44.       Visible = False
  45.       OnClick = SubmitRequestUrlClick
  46.     end
  47.     object OkBtn: TBitBtn
  48.       Tag = 1
  49.       Left = 76
  50.       Top = 128
  51.       Width = 90
  52.       Height = 29
  53.       Caption = 'OkBtn'
  54.       TabOrder = 1
  55.       OnClick = OkBtnClick
  56.     end
  57.     object CancelBtn: TBitBtn
  58.       Tag = 1
  59.       Left = 180
  60.       Top = 128
  61.       Width = 90
  62.       Height = 29
  63.       Caption = 'CancelBtn'
  64.       TabOrder = 2
  65.       OnClick = CancelBtnClick
  66.     end
  67.     object GroupBox1: TGroupBox
  68.       Left = 8
  69.       Top = 8
  70.       Width = 265
  71.       Height = 105
  72.       Caption = 'GroupBox1'
  73.       TabOrder = 0
  74.       object WrongPasswordLbl: TLabel
  75.         Left = 2
  76.         Top = 90
  77.         Width = 261
  78.         Height = 13
  79.         Align = alBottom
  80.         Alignment = taCenter
  81.         AutoSize = False
  82.         Caption = 'WrongPasswordLbl'
  83.         Font.Charset = DEFAULT_CHARSET
  84.         Font.Color = clMaroon
  85.         Font.Height = -11
  86.         Font.Name = 'MS Sans Serif'
  87.         Font.Style = []
  88.         ParentFont = False
  89.         Visible = False
  90.       end
  91.       object TextMemo: TMemo
  92.         Left = 8
  93.         Top = 16
  94.         Width = 249
  95.         Height = 49
  96.         BevelEdges = []
  97.         BevelInner = bvNone
  98.         BevelOuter = bvNone
  99.         BorderStyle = bsNone
  100.         ParentColor = True
  101.         ReadOnly = True
  102.         TabOrder = 0
  103.       end
  104.       object Password: TEdit
  105.         Left = 52
  106.         Top = 66
  107.         Width = 161
  108.         Height = 21
  109.         Font.Charset = DEFAULT_CHARSET
  110.         Font.Color = clBlack
  111.         Font.Height = -11
  112.         Font.Name = 'MS Sans Serif'
  113.         Font.Style = []
  114.         ParentFont = False
  115.         PasswordChar = '*'
  116.         TabOrder = 1
  117.         OnKeyPress = PasswordKeyPress
  118.       end
  119.     end
  120.   end
  121. end
  122.